Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate cloudbuild connection to mmv1 #9537

Merged

Conversation

trodge
Copy link
Contributor

@trodge trodge commented Nov 28, 2023

Migration of cloudbuild connection and repository.

fixes hashicorp/terraform-provider-google#16162

#9631 for repository only

Release Note Template for Downstream PRs (will be copied)

cloudbuildv2: changed underlying actuation engine for `google_cloudbuildv2_connection`, there should be no user-facing impact

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccCloudbuildv2Connection_cloudbuildv2ConnectionExample[Debug log]
TestAccCloudbuildv2Connection_GhePrivConnection[Debug log]
TestAccCloudbuildv2Connection_GheCompleteConnection[Debug log]
TestAccCloudbuildv2Connection_GitlabConnection[Debug log]
TestAccCloudbuildv2ConnectionIamBindingGenerated[Debug log]
TestAccCloudbuildv2ConnectionIamMemberGenerated[Debug log]
TestAccCloudbuildv2ConnectionIamPolicyGenerated[Debug log]
TestAccGKEHub2Fleet_gkehubFleetBasicExample_update[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{red}{\textsf{Tests failed when rerunning REPLAYING mode:}}$
TestAccGKEHub2Fleet_gkehubFleetBasicExample_update[Error message] [Debug log]

Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made.

Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer.


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample[Error message] [Debug log]
TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample[Error message] [Debug log]
TestAccCloudbuildv2Connection_GhePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GheConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleOldConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GithubConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleConnection[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

@trodge trodge force-pushed the migrate-cloudbuild-connection branch from fec23b0 to f7b7999 Compare November 30, 2023 20:53
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
TF Conversion: Diff ( 17 files changed, 952 insertions(+), 2607 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3254
Passed tests 2910
Skipped tests: 331
Affected tests: 13

Action taken

Found 13 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample|TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample|TestAccCloudbuildv2Connection_GithubConnection|TestAccCloudbuildv2Connection_GleConnection|TestAccCloudbuildv2Connection_GlePrivConnection|TestAccCloudbuildv2Connection_GlePrivUpdateConnection|TestAccCloudbuildv2Connection_GheConnection|TestAccCloudbuildv2Connection_GhePrivUpdateConnection|TestAccCloudbuildv2Connection_GleOldConnection|TestAccDataSourceGoogleServiceAccountIdToken_impersonation

Get to know how VCR tests work

@trodge trodge force-pushed the migrate-cloudbuild-connection branch from f7b7999 to 9063a6c Compare November 30, 2023 22:22
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
TF Conversion: Diff ( 12 files changed, 4 insertions(+), 2478 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3254
Passed tests 2910
Skipped tests: 331
Affected tests: 13

Action taken

Found 13 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample|TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample|TestAccCloudbuildv2Connection_GlePrivConnection|TestAccCloudbuildv2Connection_GheConnection|TestAccCloudbuildv2Connection_GithubConnection|TestAccCloudbuildv2Connection_GhePrivUpdateConnection|TestAccCloudbuildv2Connection_GlePrivUpdateConnection|TestAccCloudbuildv2Connection_GleOldConnection|TestAccCloudbuildv2Connection_GleConnection|TestAccDataSourceGoogleServiceAccountIdToken_impersonation

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccDataSourceGoogleServiceAccountIdToken_impersonation[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample[Error message] [Debug log]
TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GheConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GithubConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GhePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleOldConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleConnection[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
TF Conversion: Diff ( 16 files changed, 952 insertions(+), 2478 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3258
Passed tests 2913
Skipped tests: 331
Affected tests: 14

Action taken

Found 14 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample|TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample|TestAccCloudbuildv2Connection_GheConnection|TestAccCloudbuildv2Connection_GithubConnection|TestAccCloudbuildv2Connection_GlePrivConnection|TestAccCloudbuildv2Connection_GleOldConnection|TestAccCloudbuildv2Connection_GlePrivUpdateConnection|TestAccCloudbuildv2Connection_GhePrivUpdateConnection|TestAccCloudbuildv2Connection_GleConnection|TestAccGKEHub2Fleet_gkehubFleetBasicExample_update|TestAccLoggingProjectSink_updatePreservesCustomWriter

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccGKEHub2Fleet_gkehubFleetBasicExample_update[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample[Error message] [Debug log]
TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample[Error message] [Debug log]
TestAccCloudbuildv2Connection_GheConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GithubConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleOldConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GhePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleConnection[Error message] [Debug log]
TestAccLoggingProjectSink_updatePreservesCustomWriter[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2782 insertions(+), 2138 deletions(-))
TF Conversion: Diff ( 13 files changed, 4 insertions(+), 2568 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2774 insertions(+), 2130 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2774 insertions(+), 2130 deletions(-))
TF Conversion: Diff ( 13 files changed, 7 insertions(+), 2481 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3258
Passed tests 2914
Skipped tests: 331
Affected tests: 13

Action taken

Found 13 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample|TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample|TestAccCloudbuildv2Connection_GheConnection|TestAccCloudbuildv2Connection_GleConnection|TestAccCloudbuildv2Connection_GithubConnection|TestAccCloudbuildv2Connection_GleOldConnection|TestAccCloudbuildv2Connection_GhePrivUpdateConnection|TestAccCloudbuildv2Connection_GlePrivUpdateConnection|TestAccCloudbuildv2Connection_GlePrivConnection|TestAccLoggingProjectSink_updatePreservesCustomWriter

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample[Error message] [Debug log]
TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample[Error message] [Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample[Error message] [Debug log]
TestAccCloudbuildv2Connection_GheConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GithubConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleOldConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GhePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivConnection[Error message] [Debug log]
TestAccLoggingProjectSink_updatePreservesCustomWriter[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2768 insertions(+), 2131 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2768 insertions(+), 2131 deletions(-))
TF Conversion: Diff ( 13 files changed, 4 insertions(+), 2587 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 21 files changed, 2768 insertions(+), 2131 deletions(-))
Terraform Beta: Diff ( 21 files changed, 2768 insertions(+), 2131 deletions(-))
TF Conversion: Diff ( 3 files changed, 4 insertions(+), 39 deletions(-))
TF OiCS: Diff ( 16 files changed, 498 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3262
Passed tests 2915
Skipped tests: 332
Affected tests: 15

Action taken

Found 15 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample|TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample|TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample|TestAccCloudbuildv2Connection_GhePrivUpdateConnection|TestAccCloudbuildv2Connection_GithubConnection|TestAccCloudbuildv2Connection_GlePrivConnection|TestAccCloudbuildv2Connection_GleConnection|TestAccCloudbuildv2Connection_GlePrivUpdateConnection|TestAccCloudbuildv2Connection_GheConnection|TestAccCloudbuildv2Connection_GleOldConnection|TestAccDataprocJobIamPolicy|TestAccDataprocClusterIamPolicy|TestAccGKEHub2Fleet_gkehubFleetBasicExample_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGleExample[Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGithubExample[Debug log]
TestAccCloudbuildv2Repository_cloudbuildv2RepositoryGheExample[Debug log]
TestAccDataprocJobIamPolicy[Debug log]
TestAccDataprocClusterIamPolicy[Debug log]
TestAccGKEHub2Fleet_gkehubFleetBasicExample_update[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccCloudBuildTrigger_cloudbuildTriggerRepoExample[Error message] [Debug log]
TestAccCloudBuildTrigger_cloudbuildTriggerPubsubWithRepoExample[Error message] [Debug log]
TestAccCloudbuildv2Connection_GhePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GithubConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GlePrivUpdateConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GheConnection[Error message] [Debug log]
TestAccCloudbuildv2Connection_GleOldConnection[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3342
Passed tests 3004
Skipped tests: 337
Affected tests: 1

Click here to see the affected service packages
all service packages are affected

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccDataprocJobIamPolicy

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccDataprocJobIamPolicy[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

Copy link
Contributor

@slevenick slevenick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we've lost several DSFs inside of objects. Does our breaking change checker not catch that? We had a way to detect these things I thought?

mmv1/products/cloudbuildv2/Connection.yaml Show resolved Hide resolved
mmv1/products/cloudbuildv2/Connection.yaml Show resolved Hide resolved
mmv1/products/cloudbuildv2/Connection.yaml Show resolved Hide resolved
@trodge trodge force-pushed the migrate-cloudbuild-connection branch from 03d876d to a4cf48e Compare January 16, 2024 21:12
@trodge trodge requested a review from slevenick January 16, 2024 21:12
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 10 files changed, 2033 insertions(+), 1494 deletions(-))
Terraform Beta: Diff ( 10 files changed, 2033 insertions(+), 1494 deletions(-))
TF OiCS: Diff ( 4 files changed, 113 insertions(+))

@trodge trodge assigned trodge and unassigned trodge Jan 16, 2024
@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3349
Passed tests 3011
Skipped tests: 337
Affected tests: 1

Click here to see the affected service packages
all service packages are affected

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccDataprocClusterIamPolicy

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccDataprocClusterIamPolicy[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

name: annotations
description: Allows clients to store small amounts of arbitrary data.
- !ruby/object:Api::Type::String
name: etag
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this being used by the DCL during requests? I'm seeing traits that indicate it may have been used

skip_test: true
parameters:
- !ruby/object:Api::Type::String
name: name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this was annotated with the long_form trait. Can you add tests on the long form functionality?

@trodge trodge force-pushed the migrate-cloudbuild-connection branch from a4cf48e to 71b2e71 Compare January 23, 2024 21:59
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 10 files changed, 2052 insertions(+), 1497 deletions(-))
Terraform Beta: Diff ( 11 files changed, 2057 insertions(+), 1497 deletions(-))
TF OiCS: Diff ( 4 files changed, 113 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3380
Passed tests 3037
Skipped tests: 337
Affected tests: 6

Click here to see the affected service packages
all service packages are affected

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccCloudbuildv2Connection_GheConnection|TestAccCloudbuildv2Connection_GithubConnection|TestAccCloudbuildv2Connection_GleConnection|TestAccCloudbuildv2Connection_GleOldConnection|TestAccCloudbuildv2Connection_GhePrivUpdateConnection|TestAccCloudbuildv2Connection_GlePrivUpdateConnection

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccCloudbuildv2Connection_GheConnection[Debug log]
TestAccCloudbuildv2Connection_GithubConnection[Debug log]
TestAccCloudbuildv2Connection_GleConnection[Debug log]
TestAccCloudbuildv2Connection_GleOldConnection[Debug log]
TestAccCloudbuildv2Connection_GhePrivUpdateConnection[Debug log]
TestAccCloudbuildv2Connection_GlePrivUpdateConnection[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

@trodge trodge requested a review from slevenick January 24, 2024 23:29
Copy link
Contributor

@slevenick slevenick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the changelog note to be similar to:
cloudbuildv2: changed underlying actuation engine for google_cloudbuildv2_repository, there should be no user-facing impact (hashicorp/terraform-provider-google#16969)

@trodge trodge merged commit 046672b into GoogleCloudPlatform:main Feb 8, 2024
12 checks passed
@trodge trodge deleted the migrate-cloudbuild-connection branch February 8, 2024 18:37
tdbhacks pushed a commit to tdbhacks/magic-modules that referenced this pull request Feb 23, 2024
* Migrate cloudbuildv2 connection from DCL to mmv1

* Add conflicts and diff suppress func

* Add long form name

* Make etag a fingerprint
balanaguharsha pushed a commit to balanaguharsha/magic-modules that referenced this pull request Apr 19, 2024
* Migrate cloudbuildv2 connection from DCL to mmv1

* Add conflicts and diff suppress func

* Add long form name

* Make etag a fingerprint
balanaguharsha pushed a commit to balanaguharsha/magic-modules that referenced this pull request May 2, 2024
* Migrate cloudbuildv2 connection from DCL to mmv1

* Add conflicts and diff suppress func

* Add long form name

* Make etag a fingerprint
pengq-google pushed a commit to pengq-google/magic-modules that referenced this pull request May 21, 2024
* Migrate cloudbuildv2 connection from DCL to mmv1

* Add conflicts and diff suppress func

* Add long form name

* Make etag a fingerprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing test(s): TestAccCloudbuildv2Connection_GlePriv*
3 participants